I want to be able to delete items from my shopping cart,
So that I can modify my purchase before checking out.
00 00 40.900
cancel Scenario: Delete a single item from the cart
-
check_circleGiven I have items in my shopping cart
-
cancelWhen I select to delete any one item
-
check_circleHooks.hooks.takeScreenShot(io.cucumber.java.Scenario)
Delete a single item from the cart
-
redoThen the item should be removed from the cart
Step skipped
00 01 12.966
cancel Scenario: Delete multiple items from the cart
-
check_circleGiven I have items in my shopping cart
-
cancelWhen I select to delete items any 2 items
-
check_circleHooks.hooks.takeScreenShot(io.cucumber.java.Scenario)
Delete multiple items from the cart
-
redoThen the items should be removed from the cart
Step skipped
00 01 39.120
check_circle Scenario: Deleting all items from the cart
-
check_circleGiven I have items in my shopping cart
-
check_circleWhen I select to delete all items
-
check_circleThen the cart should be empty